home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.sept.archive / 000020_crash!cup.port….com!Politikill_Thu, 9 Sep 93 02:53:11 PST.msg < prev    next >
Text File  |  1993-11-02  |  5KB  |  102 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Thu, 9 Sep 93 02:53:11 PST
  3. Received: from nova.unix.portal.com by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0oaTuU-0000r0C; Wed, 8 Sep 93 11:06 PDT
  5. Received: by nova.unix.portal.com (5.65b/4.1 1.435) 
  6.     id AA27188; Wed, 8 Sep 93 11:10:37 -0700
  7. Received: from hobo  by portal.unix.portal.com (1.748) 
  8.     id AA26318; Wed, 8 Sep 93 11:10:35 -0700
  9. Received: by hobo.corp.portal.com (4.1/4.0.3 1.74) 
  10.     id AA01861; Wed, 8 Sep 93 11:10:34 PDT
  11. Return-Path: <Politikill@cup.portal.com>
  12. Lines: 83
  13. Date: Wed,  8 Sep 93 11:10:32 PDT
  14. Message-Id: <9309081110.2.22280@cup.portal.com>
  15. X-Origin: The Portal System (TM)
  16. From: Politikill@cup.portal.com
  17. To: AmigaE@bkhouse.cts.com
  18. Subject: Re: WizKid picked up Quip!
  19.  
  20. >Yeah... mind you, I ripped most of that off other fortune cookie programs, and
  21. >there's a minor chance that some of them repeat <gasp>, but I've tried to take
  22. >repeating quips out.  I figured I'd better give a TON of quips to my potential
  23. >users instead of crippling them with only a few (and leaving them to gather th
  24. e
  25. >rest).
  26.  
  27.     Ahhhhh...yeah...when I sent out GammaTag with 1500 one-liners, I thought
  28. that was a lot...I now have 2500 or so...when I see really good ones, I rip
  29. em off too. 
  30.  
  31. >However, I have been looking for a bunch of one-line quips to use for this
  32. >purpose (that is, I need to find a datafile filled with one-line quips, and
  33. >I've been too busy to manage this myself).  Perhaps your Gamma-Tags could be
  34. >reformatted to Quip conventions...
  35.  
  36.     Sure...if you want I can send you a message with all of them...I think
  37. it would probably be shorter than UUEncoding them, but I'm not sure. 
  38.  
  39. >I was actually surprised that people wanted a GUI for Quip, but after thinking
  40. >about it a while, and knowing some of the problems I had with manipulating the
  41. >quips (it's a major pain, I think, to have to use a text editor to find the
  42. >quip I want to modify, when I know the number of the quip), I can see where a
  43. >GUI front end/maintenance program for Quip would make it a very positive
  44. >addition to the overall setup.
  45.  
  46.     Yes! Everything today HAS to have a GUI! Without it it's useless :-) 
  47. When I wrote GammaTag, it came from this 10 line (not exaggerating) ARexx
  48. script which picked a random number, and then added that line from a tagline
  49. file...I modified it to use a GUI using RexxArpLib, and then went about
  50. adding features galor! (favorite taglines, insert taglines where the text
  51. {GammaTag} is, selection of another tagline...I went WAY overboard...I
  52. wanted to convert it to E, but ran into problems with listviews...maybe when
  53. I'm completely done with EDS...
  54.  
  55. >Here's a question for everyone who has bothered to look at Quip...
  56. >
  57. >I want to make the damned datafile smaller (it's irritating, to me, to have a
  58. >textfile that is .5 megs in size, when I know text can be crunched and
  59. >extracted fairly quickly).  I've planned to use XPK to handle this.  XPK will
  60. >let me pack/unpack in memory rather than always using files (thank goodness).
  61.  
  62.     Yes...XPK seems rather cool!
  63.  
  64. >My problem is, I want to create an IFF to handle this, but I don't want to
  65. >compromise on size (that is, I don't want to wind up using 8 bytes for every
  66. >single quip, yet I want to take advantage of IFF).
  67.  
  68. >Currently, my thoughts are to put all the compressed quips in the same IFF
  69. >chunk (say, FORM QUIP DATA), then have another chunk with relative pointers to
  70. >the compressed quips within the chunk (FORM QUIP TABL), with perhaps other
  71. >chunks for other bits of information (FORM QUIP COMM MAXS XPKN...).  Does
  72. >anyone have any input on this; am I going about this efficiently.. is there a
  73. >way that might be more efficient for both speed and compression.. anything I
  74. >perhaps haven't taken into account?
  75.  
  76.     I don't think you can do this...you would have to creat your own
  77. library...what you could do now is creat the IFF file with a header perhaps
  78. letting Quip know the start and end of each quip, and then just plain raw
  79. data after the header....I still think using a plain text file which is
  80. automatically XPK'd where the person can go in and snag ANY quip they want
  81. without having to use Quip at all...they would just have to manually unpack
  82. it.
  83.  
  84. >In any event, I'm happy you like Quip, Politikill.  If you should create any
  85. >new datafiles, please send 'em up <grin>.
  86.  
  87.     Actually, it's WiZkId...my address is just Politikill...and ACTUALLY, I
  88. had to delete Quip from the HD...I got Syndicate (AWESOME, AWESOME GAME!)
  89. and Brilliance (kinda) this weekend...
  90.  
  91.  / / /
  92. /_/_/iZ
  93.  
  94. MODULE 'WiZkId'
  95. PROC main()
  96.   wizkid.inetaddress:='Politikill@cup.portal.com'
  97.   wizkid.realname:='Jeffrey J Peden ]['
  98. ENDPROC
  99.  
  100.  
  101. *-- GammaTag Version 2.8 --*
  102. *-- As long as I live, I shall be, myself, no other, just me.